InsecureContentStatus

data class InsecureContentStatus(ranMixedContent: Boolean, displayedMixedContent: Boolean, containedMixedForm: Boolean, ranContentWithCertErrors: Boolean, displayedContentWithCertErrors: Boolean, ranInsecureContentStyle: SecurityState, displayedInsecureContentStyle: SecurityState)

Information about insecure content on the page.

Constructors

InsecureContentStatus
Link copied to clipboard
fun InsecureContentStatus(ranMixedContent: Boolean, displayedMixedContent: Boolean, containedMixedForm: Boolean, ranContentWithCertErrors: Boolean, displayedContentWithCertErrors: Boolean, ranInsecureContentStyle: SecurityState, displayedInsecureContentStyle: SecurityState)

Properties

containedMixedForm
Link copied to clipboard
val containedMixedForm: Boolean
Always false.
displayedContentWithCertErrors
Link copied to clipboard
val displayedContentWithCertErrors: Boolean
Always false.
displayedInsecureContentStyle
Link copied to clipboard
val displayedInsecureContentStyle: SecurityState
Always set to unknown.
displayedMixedContent
Link copied to clipboard
val displayedMixedContent: Boolean
Always false.
ranContentWithCertErrors
Link copied to clipboard
val ranContentWithCertErrors: Boolean
Always false.
ranInsecureContentStyle
Link copied to clipboard
val ranInsecureContentStyle: SecurityState
Always set to unknown.
ranMixedContent
Link copied to clipboard
val ranMixedContent: Boolean
Always false.

Sources

jvm source
Link copied to clipboard